home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d12
/
c_toolbx.arc
/
VIEWCMDS.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1988-03-30
|
278 b
|
14 lines
/* viewcmds.h - definitions of codes for input commands */
#define NEXTPAGE 0
#define PREVPAGE 1
#define FIRSTPAGE 2
#define LASTPAGE 3
#define MOVETOPOS 4
#define EXITPGM 5
#define NEXTLINE 6
#define PREVLINE 7
#define INVALIDCMD 99